@charset "UTF-8";
@font-face{ 
	font-family: 'WebFont';
	src: url('jeruf-webfont.eot');
	src: url('jeruf-webfont.eot?#iefix') format('embedded-opentype'),
	     url('jeruf-webfont.woff') format('woff'),
	     url('jeruf-webfont.ttf') format('truetype'),
	     url('jeruf-webfont.svg#webfont') format('svg');
}
/* CSS Document */
body{ font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:16px;
	background-image:url(../img/wood.jpg);
	background-attachment:fixed;
	margin:0;
	padding:0;
	background-image:url(../img/bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	}
	img{ border:none}
a{ color:#333333;
	text-decoration:none;}
a:hover{ color:#555555;}
#menu{ font-family: 'WebFont', Arial, sans-serif; font-size:30px; line-height:26px}
#menu a{color:#ddd;}
#menu a:hover{ color:#777}
#content{ margin-left:250px;
	padding:20px;
	text-shadow:1px 1px 0 #ddd
	
}
#header{ position:fixed;
	top:0;
	left:0;
	width:200px;
	padding-left:50px;
	height:100%;
	background-color:#000000;
	color:#DDDDDD;
	-moz-box-shadow: 0px 0px 10px 5px #000;
	-webkit-box-shadow: 0px 0px 10px 5px #000;
	box-shadow: 0px 0px 10px 5px #000;
	background-image: url(../img/black-yt.png);
}
#footer{ position: fixed;
	width:250px;
	bottom:0px;
	left:0px;
	font-size:12px;
	color:#555
}
#footer a{ color:#555; text-shadow:1px 1px 1px ddd;}
#footer input[type=text]{ border:1px solid #DDDDDD; background-color:#111111; color:#DDDDDD; padding:3px;}
#xcollapse{ display:none;}
#xcollapse-content{background-image:url(../img/xcollapse/content.jpg); color: #000000; padding-right:10px; padding-left:10px}
#xcollapse-top{ background-image:url(../img/xcollapse/top.png); height:33px; background-position:top;}
#xcollapse-bottom{ background-image:url(../img/xcollapse/bottom.png); height:15px; background-position:top;}
.ui-widget{ font-size:14px}
#notifica{ position:fixed;
	background-color: #DDDDDD;
	border:5px solid #550000;
	border-radius: 10px;
	color:#000000;
	font-weight:bold;
	padding:25px;
	top:40%;
	width:400px;
	left:50%;
	margin-left:-225px;
	z-index:1000;
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
}
#save{ width:100%;  
	position:fixed;
	color:#EEEEEE;
	bottom:0px; 
	left:0px; 
	padding-top:10px;
	padding-bottom:10px;
	padding-left:50px;
	background-image: url(../img/black-yt.png);
}
.pg-normal {
    color: black;
    font-weight: normal;
    text-decoration: none;    
    cursor: pointer;    
}
.pg-selected {
   color: green;
   font-weight: bold;        
   text-decoration: underline;
   cursor: pointer;
}
#day{ font-size:48px; line-height:38px; text-shadow:1px 1px 0 #000}
#year{ font-size:21px; text-shadow:1px 1px 0 #000}
.evento{
	color:#000000;
	}
.evento a{ color:#000000;}
.evento a:hover{ color:#555555;}
#results{ color:#555; 
text-shadow: -1px -1px 0px #ddd;}
.pic{
	margin:0px 10px 10px 0px;
	border:3px solid #000000;
	float:left;
	width:130px;
	height:90px;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pic a{
	width:130px;
	height:90px;
	text-indent:9999px;
	display:block;
}
.gallery{
	margin:0px 10px 40px 0px;
	border:3px solid #000000;
	float:left;
	width:150px;
	height:100px;
	-moz-box-shadow: 0px 0px 15px #000;
	-webkit-box-shadow: 0px 0px 15px #000;
	box-shadow: 0px 0px 15px #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.gallery a{
	width:150px;
	height:100px;
	text-indent:0px;
	display:block;
}
#event_content{ position:relative; 
	font-size:16px; 
	max-height:54px; 
	overflow:hidden;
	text-align:justify;
	margin-bottom:5px;
}
.title{ line-height:34px; font-size:26px; text-shadow:1px 1px 0 #ddd}
#results td, #results th{ 
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	border-radius: 5px;
}
.leggi_tutto{padding: 3px 10px;
	background: -moz-linear-gradient(
		top,
		#dddddd 0%,
		#999999);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#dddddd),
		to(#999999));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #555;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(0,0,0,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
.leggi_tutto:hover{background: -moz-linear-gradient(
		top,
		#999999 0%,
		#dddddd);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#999999),
		to(#dddddd));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #555;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(0,0,0,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
#load{ position:absolute;
	left:50%;
	top:40%;
}
.tipo{ font-size:16px}
table{border-collapse:collapse; border-color:#BBBBBB;}
table, th, td{ border-color:#BBBBBB;}
